home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cracking - A jak se proti němu bránit
/
Cracking-a-jak-se-proti-nemu-branit-covermount.bin
/
Priklady
/
Priklad 13
/
MAKE.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2000-08-29
|
232 b
|
10 lines
@echo off
rem Je potrebne nastavit spravnu cestu
c:\coding\tasm\bin\tasm32 /ml /m3 /z /q detect13.asm
c:\coding\tasm\bin\tlink32 /Tpe /V4.0 /aa /c /m /ml detect13.obj,detect13,, w32.lib, detect13.def
del *.obj
del *.map